-
-
Notifications
You must be signed in to change notification settings - Fork 77
Fix panel sometimes being behind windows #2094
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
lenemter
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fixes the issue with the Dock, but not if you log in -> open maximized window using Super + number -> press Super to open Applications menu, this results in application menu being below maximized window. I guess we need to apply the same fix somewhere else in the code?
|
Yeah probably I'm just not sure where would be best. I guess we should connect to some event but which? We could do focus on the window but that only works because we know the wingpanel implementation and that it requests focus every time it goes out of it's reserved space 🤷 |
|
I have no idea either. I think we should add // FIXME here and just merge it. We can fix wingpanel issue later as it's not critical. |
|
Note that even on "stock" Horus (and nothing compiled from source) the application menu is behind maximized windows, so it's not a new issue and not related to new changes |
I did that now so it updates visible on focused which should fix the wingpanel issue for now |
Hmm I don't remember that. Maybe you mean fullscreen windows so that wingpanel isn't visible at all? |
Oh yes I mean fullscreen, when wingpanel isn't visible. Then if I press Super + space to open the application menu, it opens behind the window (I can search and launch apps via the keyboard). Doesn't happen if the app is just maximized and wingpanel is still visible, in that case the application menu appears above the window. Got a little confused by the terms, sorry |
Fixes #2080